how to make a custom cursor in windows forms c#

77

how to make a custom cursor in windows forms c# -

"name of control".Cursor = new System.Windows.Forms.Cursor(Properties.Resources."name of image".Handle);

Comments

Submit
0 Comments